home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / NuGraphicCell.h < prev    next >
Encoding:
Text File  |  1992-12-04  |  488 b   |  24 lines

  1.  
  2. #import <appkit/Cell.h>
  3. // basename of a filename for saving screen grabbed tiffs...
  4. // an unique integer argument is appended.
  5. #define NUSCREENPASTE "NuSP"
  6. // fake an interface for the undocumented class
  7. // NXGraphicCell
  8. @interface NXGraphicCell: Cell
  9. {
  10. }
  11. - (BOOL) isRTFD ;
  12. @end
  13.  
  14.  
  15. @interface NuGraphicCell: NXGraphicCell
  16. {
  17. }
  18.  
  19. - (BOOL) trackMouse:(NXEvent *) theEvent inRect:(const NXRect *) cellFrame ofView:controlView ;
  20. - writeRichText:(NXStream *)stream forView:controlView ;
  21.  
  22.  
  23. @end
  24.